home *** CD-ROM | disk | FTP | other *** search
/ Modeling the Dream / Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso / programs / topbatch.txt < prev    next >
Text File  |  1994-08-30  |  1KB  |  27 lines

  1. @echo off
  2. mode co80
  3. cls
  4. SET THIS_VARIABLE_I1=EXACTLY012345678901234567890123456789
  5. SET THIS_VARIABLE_IS=EXACTLY012345678901234567890123456789
  6. IF NOT '%THIS_VARIABLE_IS%'=='EXACTLY012345678901234567890123456789' GOTO ERROR
  7. goto env_ok
  8. :ERROR
  9. echo This computer does not have sufficient DOS environment space free for
  10. echo the Modeling the Dream CD menu system to operate. Please allocate
  11. echo at least 512 bytes of environment space. The easiest way to do this
  12. echo is by adding the following line to your CONFIG.SYS file and then
  13. echo rebooting.
  14. echo:
  15. echo    SHELL = C:\COMMAND.COM /E:512 /p
  16. echo:
  17. echo If this line does not exist in your CONFIG.SYS file, then add it. If you
  18. echo already have 512 bytes or more of environment space, try increasing the 
  19. echo number after E: by 64. You must save CONFIG.SYS and reboot your computer 
  20. echo for the changes to take effect.
  21. SET THIS_VARIABLE_I1=
  22. set THIS_VARIABLE_IS=
  23. goto end
  24. :env_ok
  25. SET THIS_VARIABLE_I1=
  26. set THIS_VARIABLE_IS=
  27.